home *** CD-ROM | disk | FTP | other *** search
/ Venus 7000 / darktronics.iso / Software / Service Packs / WinXPSP1.exe / ip / cpu.in_ / cpu.inf
Encoding:
Windows Setup INFormation  |  2002-08-28  |  5.4 KB  |  216 lines

  1. [Version]
  2. Signature="$WINDOWS NT$"
  3. Class=Processor
  4. ClassGuid={50127DC3-0F36-415e-A6CC-4CB3BE910B65}
  5. Provider=%MSFT%
  6. LayoutFile=layout.inf
  7. DriverVer=07/01/2001,5.1.2535.0
  8.  
  9. [DestinationDirs]
  10. DefaultDestDir = 12
  11.  
  12. [ControlFlags]
  13. ;
  14. ; Exclude all devices from Select Device list
  15. ;
  16. ExcludeFromSelect = *
  17.  
  18. [ClassInstall32]
  19. AddReg=Processor_Class_Addreg
  20.  
  21. [Processor_Class_Addreg]
  22. HKR,,,0,%ProcessorClassName%
  23. HKR,,NoInstallClass,,1
  24. HKR,,Icon,,"-28"
  25. HKR,,NoInstallClass,,1
  26.  
  27. [Manufacturer]
  28. %Std%=Std
  29. %Intel%=Intel
  30. %AMD%=AMD
  31. %Transmeta%=Transmeta
  32.  
  33. [Std]
  34. %Processor.DeviceDesc% = Processor_Inst,ACPI\Processor
  35.  
  36. [Intel]
  37. %P3.DeviceDesc% = P3_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_8
  38. %P3.DeviceDesc% = P3_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_11
  39.  
  40. [AMD]
  41. %AmdK6.DeviceDesc% = AmdK6_Inst,ACPI\AuthenticAMD_-_x86_Family_5_Model_13
  42. %AmdK7.DeviceDesc% = AmdK7_Inst,ACPI\AuthenticAMD_-_x86_Family_6_Model_6
  43. %AmdK7.DeviceDesc% = AmdK7_Inst,ACPI\AuthenticAMD_-_x86_Family_6_Model_7
  44. %AmdK7.DeviceDesc% = AmdK7_Inst,ACPI\AuthenticAMD_-_x86_Family_6_Model_8
  45.  
  46. [Transmeta]
  47. %Crusoe.DeviceDesc% = Crusoe_Inst, ACPI\GenuineTMx86_-_x86_Family_5_Model_4
  48.  
  49. [Processor_Inst.NT]
  50. DriverVer=07/01/2002,5.1.2600.0
  51. Copyfiles = @processr.sys
  52.  
  53. [Processor_Inst.NT.Services]
  54. AddService = Processor,%SPSVCINST_ASSOCSERVICE%,Processor_Service_Inst,Processor_EventLog_Inst
  55.  
  56. [Processor_Service_Inst]
  57. DisplayName    = %Processor.SvcDesc%
  58. ServiceType    = %SERVICE_KERNEL_DRIVER%
  59. StartType      = %SERVICE_SYSTEM_START%
  60. ErrorControl   = %SERVICE_ERROR_NORMAL%
  61. ServiceBinary  = %12%\processr.sys
  62. LoadOrderGroup = Extended Base
  63.  
  64. [Processor_EventLog_Inst]
  65. AddReg = Processor_EventLog_AddReg
  66.  
  67. [Processor_EventLog_AddReg]
  68. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\processr.sys"
  69. HKR,,TypesSupported,0x00010001,7
  70.  
  71. [P3_Inst.NT]
  72. DriverVer=07/01/2002,5.1.2600.0
  73. Copyfiles = @p3.sys
  74.  
  75. [P3_Inst.NT.Services]
  76. AddService = P3,%SPSVCINST_ASSOCSERVICE%,P3_Service_Inst,P3_EventLog_Inst
  77.  
  78. [P3_Service_Inst]
  79. DisplayName    = %P3.SvcDesc%
  80. ServiceType    = %SERVICE_KERNEL_DRIVER%
  81. StartType      = %SERVICE_SYSTEM_START%
  82. ErrorControl   = %SERVICE_ERROR_NORMAL%
  83. ServiceBinary  = %12%\p3.sys
  84. LoadOrderGroup = Extended Base
  85.  
  86. [P3_EventLog_Inst]
  87. AddReg = P3_EventLog_AddReg
  88.  
  89. [P3_EventLog_AddReg]
  90. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\p3.sys"
  91. HKR,,TypesSupported,0x00010001,7
  92.  
  93. [AmdK6_Inst.NT]
  94. DriverVer=07/01/2002,5.1.2600.0
  95. Copyfiles = @amdk6.sys
  96.  
  97. [AmdK6_Inst.NT.Services]
  98. AddService = AmdK6,%SPSVCINST_ASSOCSERVICE%,AmdK6_Service_Inst,AmdK6_EventLog_Inst
  99.  
  100. [AmdK6_Service_Inst]
  101. DisplayName    = %AmdK6.SvcDesc%
  102. ServiceType    = %SERVICE_KERNEL_DRIVER%
  103. StartType      = %SERVICE_SYSTEM_START%
  104. ErrorControl   = %SERVICE_ERROR_NORMAL%
  105. ServiceBinary  = %12%\amdk6.sys
  106. LoadOrderGroup = Extended Base
  107.  
  108. [AmdK6_EventLog_Inst]
  109. AddReg = AmdK6_EventLog_AddReg
  110.  
  111. [AmdK6_EventLog_AddReg]
  112. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\amdk6.sys"
  113. HKR,,TypesSupported,0x00010001,7
  114.  
  115. [Crusoe_Inst.NT]
  116. DriverVer=07/01/2002,5.1.2600.0
  117. Copyfiles = @crusoe.sys
  118.  
  119. [Crusoe_Inst.NT.Services]
  120. AddService = Crusoe,%SPSVCINST_ASSOCSERVICE%,Crusoe_Service_Inst,Crusoe_EventLog_Inst
  121.  
  122. [Crusoe_Service_Inst]
  123. DisplayName    = %Crusoe.SvcDesc%
  124. ServiceType    = %SERVICE_KERNEL_DRIVER%
  125. StartType      = %SERVICE_SYSTEM_START%
  126. ErrorControl   = %SERVICE_ERROR_NORMAL%
  127. ServiceBinary  = %12%\crusoe.sys
  128. LoadOrderGroup = Extended Base
  129.  
  130. [Crusoe_EventLog_Inst]
  131. AddReg = Crusoe_EventLog_AddReg
  132.  
  133. [Crusoe_EventLog_AddReg]
  134. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\crusoe.sys"
  135. HKR,,TypesSupported,0x00010001,7
  136.  
  137. [AmdK7_Inst.NT]
  138. DriverVer=07/01/2002,5.1.2600.0
  139. Copyfiles = @amdk7.sys
  140.  
  141. [AmdK7_Inst.NT.Services]
  142. AddService = AmdK7,%SPSVCINST_ASSOCSERVICE%,AmdK7_Service_Inst,AmdK7_EventLog_Inst
  143.  
  144. [AmdK7_Service_Inst]
  145. DisplayName    = %AmdK7.SvcDesc%
  146. ServiceType    = %SERVICE_KERNEL_DRIVER%
  147. StartType      = %SERVICE_SYSTEM_START%
  148. ErrorControl   = %SERVICE_ERROR_NORMAL%
  149. ServiceBinary  = %12%\amdk7.sys
  150. LoadOrderGroup = Extended Base
  151.  
  152. [AmdK7_EventLog_Inst]
  153. AddReg = AmdK7_EventLog_AddReg
  154.  
  155. [AmdK7_EventLog_AddReg]
  156. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\amdk7.sys"
  157. HKR,,TypesSupported,0x00010001,7
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191. [strings]
  192. MSFT                  = "Microsoft"
  193. Intel                 = "Intel"
  194. AMD                   = "Advanced Micro Devices"
  195. Transmeta             = "Transmeta"
  196. Std                   = "(Standard processor types)"
  197. ProcessorClassName    = "Processors"
  198. Processor.SvcDesc     = "Processor Driver"
  199. Processor.DeviceDesc  = "Processor"
  200. P3.SvcDesc            = "Intel PentiumIII Processor Driver"
  201. P3.DeviceDesc         = "Intel PentiumIII Processor"
  202. AmdK6.SvcDesc         = "AMD K6-2 Processor Driver"
  203. AmdK6.DeviceDesc      = "AMD K6-2 Processor"
  204. Crusoe.SvcDesc        = "Transmeta Crusoe Processor Driver"
  205. Crusoe.DeviceDesc     = "Transmeta Crusoe Processor"
  206. AmdK7.SvcDesc         = "AMD K7 Processor Driver"
  207. AmdK7.DeviceDesc      = "AMD K7 Processor"
  208.  
  209.  
  210. SPSVCINST_ASSOCSERVICE= 0x00000002
  211. SERVICE_KERNEL_DRIVER = 1
  212. SERVICE_SYSTEM_START  = 1
  213. SERVICE_ERROR_NORMAL  = 1
  214.  
  215.  
  216.